@charset "UTF-8";
/*
Theme Name: Cdgri
Theme URI: https://zeaylu.com
Author: zeaylu
Author URI: https://zeaylu.com
Description: this theme was create for Cdgri.top site.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://zeaylu.com
Text Domain: Cdgri
Tags: two-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Cdgri Theme 2022 , (C) yuntu.TOP
Cdgri  heme 2022 is distributed under the terms of the GNU GPL.
*/
@charset "utf-8";
.clearfix {
  zoom: 1;
}
body{
    word-break:break-all	;
}
.parameter-wrap table{
        height: 48px;
    width: 100%;
    border-collapse: collapse;
    min-width: 1200px;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 39px 0 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-sizing: border-box;
  height: 72px;
}
.logo {
  display: block;
  width: 200px;
  height: auto;
}
.header-right {
  display: flex;
  align-items: center;
}
.menu {
  display: flex;
}
.menu > li {
  position: relative;
  margin-left: 32px;
  padding: 19px 0 18px;
}
.menu > li:first-child {
  margin-left: 0;
}
.menu > li.active > a {
  color: #1D6CE1;
}
.menu > li.active > a:before {
  left: 0;
  right: auto;
  width: 100%;
}
.menu > li:hover > a {
  color: #1D6CE1;
}
.menu > li:hover > a:before {
  left: 0;
  right: auto;
  width: 100%;
}
.menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
  pointer-events: visible;
}
.menu > li > a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 14px;
  color: #555555;
  font-weight: bold;
}
.menu > li > a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #1D6CE1;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.menu > li > a:hover,
.menu > li > a.active {
  color: #1D6CE1;
}
.menu > li > a:hover:before,
.menu > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.en {
  margin-left: 48px;
  position: relative;
  line-height: 1;
}
.en > a {
  display: inline-block;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  font-weight: bold;
}
.en:hover > a {
  color: #1D6CE1;
}
.en:hover .en-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.en-wrap {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 100%;
  width: 90px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(30px);
  pointer-events: none;
}
.en-info {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.en-info:before {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -6px;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #fff;
}
.en-info a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #555;
  font-size: 14px;
}
.en-info a:hover {
  background: rgba(29, 108, 225, 0.1);
  color: #1D6CE1;
}
.sub-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  top: 100%;
  min-width: 100px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.48s;
  pointer-events: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.sub-menu li a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  color: #555555;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.4s;
}
.sub-menu li a:hover {
  background: rgba(29, 108, 225, 0.1);
  color: #1D6CE1;
}
.mtop {
  height: 72px;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  display: block;
  line-height: 1;
}
.banner-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  display: none;
}
.btext {
  position: absolute;
  left: 13.75%;
  top: 50%;
  transform: translateY(-50%);
}
.btext p {
  line-height: 1.2;
  color: #fff;
  font-size: 4.166vw;
  text-transform: uppercase;
  font-weight: bold;
}
.btext p.bcolor {
  color: #1D6CE1;
}
.btext span,
.btext a {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding-right: 23px;
  padding-left: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  transition: 0.4s;
}
.btext span:before,
.btext a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #1D6CE1;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.btext span:hover,
.btext a:hover,
.btext span.active,
.btext a.active {
  color: #1D6CE1;
}
.btext span:hover:before,
.btext a:hover:before,
.btext span.active:before,
.btext a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.btext span:before,
.btext a:before {
  bottom: -2px;
}
.btext span:hover:after,
.btext a:hover:after {
  background: url(../images/arrow1.png) center no-repeat;
}
.btext span:after,
.btext a:after {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 6px;
  height: 9px;
  background: url(../images/arrow.png) center no-repeat;
}
.play-video {
  position: absolute;
  z-index: 2;
  right: 5.05%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 198px;
  height: 198px;
  border: 1px dashed #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.play-video:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.play-video:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1D6CE1;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.play-wr {
  display: flex;
  align-items: center;
}
.play-wr i {
  display: block;
  margin-right: 18px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
}
.play-wr span {
  display: block;
  color: #fff;
  font-size: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
}
.banner-numble {
  position: absolute;
  left: auto;
  right: 13.75%;
  bottom: 0;
  z-index: 10;
  width: 120px;
  height: 120px;
  padding-left: 32px;
  padding-top: 32px;
  box-sizing: border-box;
  background: #1D6CE1 url(../images/line.png) center no-repeat;
  line-height: 1;
}
.banner-numble span {
  display: block;
  line-height: 1;
  width: 57px;
  color: #fff;
  font-size: 14px;
}
.banner-numble span:first-child {
  margin-bottom: 25px;
}
.banner-numble span:last-child {
  text-align: right;
}
.since {
  position: relative;
  padding: 134px 0 158px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.since:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.since-wrap {
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 1300px;
}
.since-text {
  width: 66.6666%;
}
.since-text p {
  margin-bottom: 40px;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.3;
}
.since-text p b {
  color: #1D6CE1;
  font-weight: normal;
}
.since-text .btext {
  position: relative;
  top: 0;
  transform: none;
  left: 0;
}
.since-text .btext a {
  margin-top: 0;
}
.since-year {
  padding-top: 42px;
  text-align: right;
}
.since-year small {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  color: #1D6CE1;
  font-size: 24px;
  text-transform: uppercase;
}
.since-year small:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 51px;
  height: 4px;
  background: #1D6CE1;
}
.since-year time {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #1D6CE1;
  font-size: 6.25vw;
  font-weight: bold;
}
.home-product {
  display: flex;
}
.home-product-item {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.home-product-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.home-product-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}
.home-product-item:hover figure img {
  transform: scale(1.05);
}
.home-product-item:hover .product-info {
  height: 200px;
}
.home-product-item:hover .product-info p,
.home-product-item:hover .product-info i {
  opacity: 1;
  visibility: visible;
}
.product-info {
  position: absolute;
  left: 72px;
  bottom: 60px;
  width: 474px;
  max-width: 80%;
  height: 60px;
  transition: 0.5s;
}
.product-info strong {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
.product-info p {
  margin-top: 10px;
  color: #fff;
  height: 72px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.product-info i {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.journey {
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 85px 0 100px;
  overflow: hidden;
}
.journey:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.journey-title {
  padding-left: 15.27%;
  line-height: 1;
  color: #333333;
  font-size: 3.333vw;
  font-weight: bold;
}
.journey-list {
  margin-top: 76px;
  display: flex;
}
.journey-list li {
  position: relative;
  z-index: 2;
  padding: 56px 64px 0 75px;
  flex: 1;
  height: 432px;
  box-sizing: border-box;
  background: #F8F8F8;
}
.journey-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1D6CE1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.journey-list li:hover,
.journey-list li.active {
  color: #1D6CE1;
}
.journey-list li:hover:before,
.journey-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.journey-list li:nth-child(2n+2) {
  background: #F0F0F0;
}
.journey-list li:hover strong,
.journey-list li:hover p {
  color: #fff;
}
.journey-list li:hover i {
  opacity: 1;
  visibility: visible;
  right: 25px;
  transition-delay: 0.3s;
}
.journey-list li:hover .journey-info time,
.journey-list li:hover .journey-info span {
  color: #fff;
}
.journey-list li strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #333333;
  font-size: 20px;
  transition: 0.4s;
}
.journey-list li p {
  color: #A7A7A7;
  font-size: 14px;
  line-height: 1;
  transition: 0.4s;
}
.journey-list li i {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 25px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.journey-info {
  position: relative;
    float: left;
    width: 66%;
}
.journey-info time {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #555555;
  font-size: 14px;
  transition: 0.4s;
}
.journey-info span {
  display: block;
  line-height: 1.4;
  color: #555555;
  font-size: 14px;
  transition: 0.4s;
}
.mores {
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  margin: auto;
  margin-top: 48px;
  width: 130px;
}
.mores a {
  color: #555555;
  border-bottom-color: #555555;
}
.mores a:after {
  background: url(../images/arrow2.png) center no-repeat;
}
.footer {
  padding: 59px 0 49px;
  background: #FFFFFF;
}
.footer-wrap {
  margin: auto;
  width: 1200px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.share {
  margin-bottom: 21px;
  display: flex;
}
.share a {
  display: block;
  position: relative;
  z-index: 2;
  margin-right: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #A7A7A7;
  color: #fff;
  font-size: 20px;
}
.share a:hover:before {
  transform: scale(1);
  opacity: 1;
}
.share a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  background: #1D6CE1;
  transition: 0.38s;
}
.share a:last-child {
  margin-right: 0;
}
.work-house p {
  color: #999999;
  font-size: 12px;
}
.footer-address {
  display: flex;
  justify-content: space-between;
  width: 72.5%;
}
.address-item b {
  display: block;
  margin-bottom: 14px;
  line-height: 1.3;
  color: #000000;
  font-size: 16px;
}
.address-item p {
  color: #999;
  font-size: 16px;
  max-width: 272px;
  line-height: 1.5;
}
.footer-bott {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.copy {
  display: flex;
}
.copy p,
.copy a {
  display: inline-block;
  color: #555555;
  font-size: 12px;
  line-height: 1.5;
}
.copy a:hover {
  color: #1D6CE1;
}
.copy p {
  margin-right: 22px;
}
.back-top {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.back-top:hover span,
.back-top:hover i {
  color: #1D6CE1;
}
.back-top:hover i {
  top: -4px;
}
.back-top span {
  display: block;
  margin-right: 18px;
  color: #000000;
  font-size: 14px;
  transition: 0.35s;
}
.back-top i {
  display: inline-block;
  position: relative;
  top: 0px;
  color: #000000;
  font-size: 20px;
  transition: 0.35s;
}
.article-block.slideinset li,
.article-block.slideinset > div {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: 0.9s;
}
.article-block.slideinset li:nth-child(2),
.article-block.slideinset > div:nth-child(2) {
  transition-delay: 0.3s;
}
.article-block.slideinset li:nth-child(3),
.article-block.slideinset > div:nth-child(3) {
  transition-delay: 0.6s;
}
.article-block.slideinset li:nth-child(4),
.article-block.slideinset > div:nth-child(4) {
  transition-delay: 0.9s;
}
.articleShow.slideinset li,
.articleShow.slideinset > div {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.article-block.slidetopList li,
.article-block.slidetopList > div {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.7s;
}
.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList > div:nth-child(2) {
  transition-delay: 0.2s;
}
.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList > div:nth-child(3) {
  transition-delay: 0.4s;
}
.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList > div:nth-child(4) {
  transition-delay: 0.6s;
}
.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList > div:nth-child(5) {
  transition-delay: 0.8s;
}
.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList > div:nth-child(6) {
  transition-delay: 1s;
}
.articleShow.slidetopList li,
.articleShow.slidetopList > div {
  opacity: 1;
  transform: translateY(0px);
}
.article-block.slideTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.article-block.slideTop.detay1 {
  transition-delay: 0.25s;
}
.article-block.slideTop.detay2 {
  transition-delay: 0.5s;
}
.articleShow.slideTop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.home-product-item.article-block {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 1.7s;
}
.home-product-item.article-block:nth-child(2) {
  transition-delay: 0.4s;
}
.home-product-item.articleShow {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.pbanner figure img {
  display: block;
  position: relative;
}
.ptext {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 70px;
  width: 1200px;
  z-index: 3;
}
.ptext small {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #1D6CE1;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0;
}
.ptext strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 3.333vw;
  opacity: 0;
  overflow: hidden;
}
.introduct {
  position: relative;
  padding: 83px 0 100px;
  background-attachment: local;
  background-position: center;
  background-size: cover;
}
.introduct-wrap {
  margin: auto;
  width: 960px;
  max-width: 90%;
}
.introduct-wrap strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #fff;
  font-size: 48px;
}
.introduct-wrap strong b {
  color: #1D6CE1;
}
.introduct-info p {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.introduct-info p:last-child {
  margin-bottom: 0;
}
.flex-bg {
  position: absolute !important;
  top: 90vh !important;
  height: 100vh;
}
.plat-box {
  position: relative;
  z-index: 2;
  padding: 156px 0 170px;
  background: #fff;
}
.plat-box:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 65.27%;
  height: 50%;
  background: #8CB5F2;
  opacity: 0.1;
}
.plat-wrap {
  display: flex;
}
.plat-imgs {
  padding-top: 34px;
  width: 51.15%;
}
.plat-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.plat-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.plat-info {
  margin-left: 4.8%;
  width: 28.9%;
}
.plat-info strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.1;
  color: #000000;
  font-size: 48px;
}
.plat-info strong b {
  color: #1D6CE1;
}
.plat-info p {
  color: #555555;
  font-size: 18px;
  text-align: justify;
}
.about-why {
  position: relative;
  z-index: 2;
  padding: 10.3% 0 14.4%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-why:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.about-wrap {
  margin: auto;
  width: 1224px;
  max-width: 90%;
}
.about-title {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 48px;
}
.about-title b {
  color: #1D6CE1;
}
.why-list {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
.why-info {
  width: 40.8%;
}
.why-info p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.our-value {
  display: flex;
  background: #fff;
}
.value-imgs {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.value-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.value-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.value-wrap strong {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 48px;
  transform: translateY(-50%);
}
.value-imgs:hover figure img {
  transform: scale(1.04);
}
.value-imgs:hover .value-fix {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.value-wr strong {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 48px;
  line-height: 1.3;
}
.value-wr strong b {
  color: #1D6CE1;
}
.value-fix {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 100%;
  background: #f4f8fe;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  clip-path: inset(0 0 100% 0);
  transition: 1s;
}
.value-wr {
  padding-left: 11.54%;
  width: 55%;
}
.value-info {
  margin-top: 24px;
}
.value-info p {
  color: #555555;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.about-title1 {
  color: #000;
}
.milestone {
  padding: 148px 0 150px 74px;
}
.bm_bottomLeftOverlay {
  display: none !important;
}
.milestone-menu {
  position: relative;
  float: left;
  position: sticky;
  left: 0;
  top: 82px;
}
.milestone-menu i {
  display: block;
  width: 27px;
  height: 38px;
  background: url(./images/dp.png) center no-repeat;
}
.milestone-li {
 
  padding-top: 20px;
  padding-bottom: 350px;
  position: relative;
}
.milestone-li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background: #808080;
  opacity: 0.2;
}
.milestone-li li {
  margin-bottom: 24px;
}
.milestone-li li:hover a,
.milestone-li li.active a {
  color: #1D6CE1;
  font-size: 32px;
}
.milestone-li li:hover a:before,
.milestone-li li.active a:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.milestone-li li a {
  position: relative;
  padding: 20px 0 0 16px;
  display: inline-block;
  line-height: 1.3;
  color: #A6A6A6;
  font-size: 48px;
  font-weight: bold;
}
.milestone-li li a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1D6CE1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.milestone-li li a:hover,
.milestone-li li a.active {
  color: #1D6CE1;
}
.milestone-li li a:hover:before,
.milestone-li li a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.milestone-li li a:before {
  width: 1px;
}
.milestone-list {
  float: right;
  width: 64.4%;
}
.milestone-item li {
  margin-bottom: 110px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 2;
  padding: 50px 13.6% 0 60px;
}
.milestone-item li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1D6CE1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.68s;
  z-index: -1;
}
.milestone-item li:hover,
.milestone-item li.active {
  color: #1D6CE1;
}
.milestone-item li:hover:before,
.milestone-item li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.milestone-item li:hover:before {
  height: 0;
}
.milestone-item li.active:hover:before {
  height: 100%;
}
.milestone-item li.active figure {
  transform: translateY(-92px);
}
.milestone-item li.active figure img {
  transform: scale(1.06);
}
.milestone-item li.active .milestone-info p {
  color: #fff;
}
.milestone-item li figure {
  display: block;
  line-height: 1;
  width: 55.6%;
  overflow: hidden;
  transition: 0.5s;
}
.milestone-item li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}
.milestone-info {
  width: 38.9%;
}
.milestone-info p {
  color: #555555;
  font-size: 18px;
  word-wrap: break-word;
  word-break: keep-all;
  transition: 0.38s;
}
.pscoll {
  position: absolute;
  right: 16.5%;
  bottom: 62px;
  z-index: 3;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  animation: moveDownSpot 1000ms infinite;
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
.honor-box {
  padding: 88px 0;
  background: rgba(140, 181, 242, 0.1);
}
.honor-wrap {
  margin: auto;
  width: 1200px;
}
.honor-wrap p {
  width: 1042px;
  color: #333333;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
.honor-wrap p b {
  color: #1D6CE1;
}
.honor-li {
  padding: 110px 0 160px;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  border: 2px solid #ebebeb;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 24px;
  margin-bottom: 24px;
  height: 100px;
  width: 49.2%;
  margin-right: 1.6%;
  display: flex;
  align-items: center;
}
.honor-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #2A82E4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.honor-list li:hover,
.honor-list li.active {
  color: #2A82E4;
}
.honor-list li:hover:before,
.honor-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.honor-list li:hover {
  border-color: #2A82E4;
}
.honor-list li:nth-child(2n+2) {
  margin-right: 0;
}
.honor-list li:hover b {
  color: #1D6CE1;
}
.honor-list li:hover i {
  background: url(../images/honor1.png) center no-repeat;
}
.honor-list li:hover p,
.honor-list li:hover b {
  color: #fff;
}
.honor-list li a {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}
.honor-list li figure {
  width: 100%;
}
.honor-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.honor-list li i {
  display: block;
  width: 20px;
  height: 27px;
  background: url(./images/honor.png) center no-repeat;
  transition: 0.4s;
}
.honor-list li p {
  flex: 1;
  margin-left: 25px;
  margin-right: 24px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  transition: 0.4s;
}
.honor-list li b {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  color: #C4C4C4;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  transition: 0.4s;
}
.honor-boxs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.event {
  padding: 100px 0 0;
}
.event-btn {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.event-btn a {
  display: inline-block;
  margin-right: 46px;
  color: #555555;
  font-size: 32px;
  font-weight: bold;
}
.event-btn a:hover,
.event-btn a.active {
  color: #1D6CE1;
}
.event-btn a:last-child {
  margin-right: 0;
}
.event-fixs {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.event-bgs {
  position: absolute;
  left: 0;
  top: -133px;
  width: 100%;
  height: 133px;
  z-index: -1;
  background: #1D6CE1;
  transition: 0.4s;
}
.event-list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #EEEEEE;
  transition: 0.4s;
}
.event-list li:hover {
  background: rgba(140, 181, 242, 0.1);
}
.event-list li:hover .event-wrap span {
  background: #fff;
  color: #1D6CE1;
}
.event-bgs1 {
  height: 242px;
  top: -242px;
}
.event-wrap {
  padding: 38px 0;
  display: flex;
}
.event-wrap p {
  width: 80%;
  color: #333333;
  font-size: 20px;
  line-height: 1.4;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-wrap time {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  line-height: 1.2;
  transition: 0.4s;
}
.event-wrap span {
  display: block;
  margin-left: auto;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #A7A7A7;
  font-size: 20px;
  transition: 0.6s;
}
.news-time b {
  display: block;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  transition: 0.35s;
}
.news-time time {
  margin: 6px 0;
  margin-left: 0 !important;
  display: block;
  transition: 0.35s;
}
.news-time strong {
  display: block;
  width: 190px;
  color: #555555;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  transition: 0.35s;
}
.exhibite-list li .event-wrap {
  display: block;
}
.exhibite-list li .event-wrap p {
  width: 100%;
}
.exhibite-list li .event-wrap .news-time strong {
  margin-bottom: 10px;
  width: auto;
}
.thehnical-bg {
  height: 56px;
  transition: 0.2s;
}
.technical-wrap {
  position: relative;
  overflow: hidden;
}
.ibanner {
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.views-info {
  margin: auto;
  width: 800px;
  padding-top: 67px;
}
.views-info strong {
  position: relative;
  display: block;
  padding-top: 32px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}
.views-info strong:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 34px;
  height: 4px;

}
.views-info time {
  display: block;
  margin-top: 38px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.views-inner {
  padding: 66px 0 130px;
  margin: auto;
  width: 800px;
}
.view-top p {
  color: #A7A7A7;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;

  text-align: justify;
  margin:12px auto;
}
.view-top li{
    margin:12px auto;
}
.view-top  {
  color: #A7A7A7;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;

  text-align: justify;
  margin:12px auto;
}
.view-top ul,ol{
    list-style-type:disc;
    list-style-position:inside;
}
.view-top td{
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    border-collapse: collapse;
    padding: 8px;
    
}
.view-top table{
    border-collapse: collapse;
    width: 100%;
    margin:16px auto;
}
.view-top tr{
    margin:12px auto;
    position: relative;
}
.view-top ol{
    margin:12px auto;
}
.view-top ol li{
    margin:12px auto;
}
.view-video {
  position: relative;
  margin: 40px 0;
}
.view-video figure {
  display: block;
  line-height: 1;
}
.view-video figure img {
  display: block;
  width: 100%;
  height: auto;
}
.videos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.videobtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  color: #fff;
  font-size: 56px;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}
.return-back {
  margin-top: 130px;
  text-align: center;
}
.return-back button {
  display: block;
  margin: auto;
  padding: 14px 0 15px;
  width: 72px;
  text-align: center;
  border: 1px solid #F3F3F3;
  transition: 0.4s;
   background-color: #fff;
}
.return-back button:hover {
  border-color: #1D6CE1;
}
.return-back button:hover i {
  color: #1D6CE1;
}
.return-back button:hover p {
  color: #1D6CE1;
}
.return-back button i {
  display: block;
  margin: auto;
  font-size: 20px;
  color: #000000;
  font-style: normal;
  text-align: center;
  transition: 0.38s;
  line-height: 1;
 
}
.return-back button p {
  margin-top: 7px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.more-box {
  padding: 24px 0 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.more-wrap {
  width: ;
}
.more-title {
  display: block;
  line-height: 1.2;
  color: #555555;
  font-size: 16px;
  font-weight: bold;
}
.more-list {
  margin-top: 44px;
}
.more-list li {
  margin-bottom: 8px;
}
.more-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.more-list li a:hover p {
  color: #1D6CE1;
}
.more-list li a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.more-list li a p {
  width: 496px;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-list li a i {
  display: inline-block;
  margin-left: 46px;
  color: #1D6CE1;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-6px);
  transition: 0.4s;
}
.view-address {
  margin-bottom: 70px;
  display: flex;
}
.view-address p {
  margin-right: 48px;
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
}
.view-address p:last-child {
  margin-right: 0;
}
.ptext p {
  margin-top: 24px;
    width: 800px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
     word-wrap: break-word;
    text-align: justify;
}
.technical {
  padding: 90px 0 150px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.technical-list li {
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.technical-list li:hover {
  background: rgba(140, 181, 242, 0.1);
}
.technical-list li a p {
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 90%;
  width: 1200px;
  height: 56px;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
}
.contact {
  padding: 98px 0 76px;
  background: #D2E3FC;
}
.contact-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.contact-map {
  position: relative;
  width: 48.3333%;
}
.contact-map figure {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.contact-map figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.contact-map figure:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #007CC8;
  mix-blend-mode: color;
}
.contact-map figure img {
  display: block;
  width: 100%;
  height: auto;
}
.map {
  height: 332px;
}
.MicrosoftMap .Infobox .infobox-info {
  font-size: 12px !important;
}
.MicrosoftMap .Infobox .infobox-title {
  padding-bottom: 5px !important;
}
.anchorBL {
  display: none !important;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.contact-tt {
  color: #333333;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.address {
  margin-top: 28px;
  margin-bottom: 7px;
}
.address p {
  margin-bottom: 5px;
  color: #555555;
  font-size: 16px;
  line-height: 2;
  font-style: normal;
}
.address p a {
  display: inline-block;
  font-weight: normal;
}
.address p a:hover {
  text-decoration: underline;
}
.address p:last-child {
  margin-bottom: 0;
}
.work-time {
  color: #999999;
  font-size: 12px;
  line-height: 1.2;
}
.contact-share {
  margin-top: 42px;
  display: flex;
}
.contact-share a {
  display: inline-block;
  margin-right: 23px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #A7A7A7;
  color: #D2E3FC;
  font-size: 20px;
  text-align: center;
}
.contact-share a:hover {
  background: #000;
}
.informate {
  padding: 54px 0 154px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.informate-top {
  margin-bottom: 42px;
}
.informate-top p {
  color: #A7A7A7;
  font-size: 14px;
  line-height: 1.2;
}
.informate-top strong {
  display: block;
  margin-top: 10px;
  color: #333333;
  font-size: 24px;
  line-height: 1.1;
}
.informate-row {
  display: flex;
  justify-content: space-between;
}
.row-item {
  margin-bottom: 28px;
  position: relative;
  width: 48.333%;
}
.row-item i {
  display: block;
  position: absolute;
  left: 17px;
  top: 20px;
  line-height: 1;
  color: #1D6CE1;
  font-size: 14px;
  font-style: normal;

}
.row-item input {
  box-sizing: border-box;
  padding-left: 25px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 1px solid transparent;
  background: rgba(196, 196, 196, 0.1);
  outline: none;
  color: #777777;
  font-size: 14px;
  transition: 0.35s;
}
.row-item input:focus {
  border: 1px solid #1D6CE1;
}
.row-item input::-webkit-input-placeholder {
  color: #777777;
}
.row-item1 {
  width: 100%;
}
.informate-area {
  margin-bottom: 44px;
}
.informate-area textarea {
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 18px;
  width: 100%;
  height: 173px;
  line-height: 1.5;
  border: 1px solid transparent;
  background: rgba(196, 196, 196, 0.1);
  outline: none;
  color: #777777;
  font-size: 14px;
  transition: 0.35s;
  font-family: "Nunito Sans";
  resize: none;
}
.informate-area textarea:focus {
  border: 1px solid #1D6CE1;
}
.informate-area textarea::-webkit-input-placeholder {
  color: #777777;
}
.informate-sub input {
  width: 200px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: rgba(196, 196, 196, 0.1);
  color: #777777;
  font-size: 14px;
  border: none;
  transition: 0.4s;
}
.informate-sub input:hover,
.informate-sub input.success {
  background: #1D6CE1;
  color: #fff;
}
.ptext .pmore {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  color: #1D6CE1;
  font-size: 14px;
  border-bottom: 1px solid #1D6CE1;
}
.product-fixs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 92px 3.47% 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 20;
}
.product-top {
  position: static;
  margin-left: 0;
  width: 50%;
}
.product-top strong {
  color: #555555;
}
.product-top p {
  color: #666666;
  line-height: 1.5;
}
.pscoll1 {
  right: 28px;
  bottom: 42px;
  color: #A7A7A7;
}
.product-list li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-list li a {
  display: block;
  margin: auto;
  padding-top: 110px;
  padding-bottom: 15px;
  width: 1000px;
}
.product-list li a:hover {
  padding-bottom: 0;
}
.product-list li a:hover .product-wrap {
  margin-top: 42px;
}
.product-list li a:hover .product-hide {
  height: 140px;
}
.product-list li a figure {
  display: block;
  position: relative;
  line-height: 1;
  text-align: center;
}
.product-list li a figure img {
  max-width: 100%;
  margin: auto;
  height: auto;
}
.img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #012a68;
}
#page-loc {
  position: absolute;
  left: 0;
  top: 72px;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  z-index: -1;
}
.product-wrap {
  margin-top: 90px;
  text-align: center;
  transition: 0.4s;
}
.product-wrap strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #555555;
  font-size: 16px;
  font-weight: bold;
}
.product-hide {
  height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.product-hide span {
  display: block;
  margin-bottom: 6px;
  color: #007CC8;
  font-size: 14px;
}
.product-hide p {
  color: #555555;
  font-size: 14px;
}
.product-hide b {
  display: block;
  margin: auto;
  margin-top: 16px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #1D6CE1;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.product-list1 li a {
  padding-top: 0 !important;
}
.max-product {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.product-slide {
  height: 100vh;
}
.proimgs {
  position: relative;
  height: 100vh !important;
  text-align: center;
}
.proimgs img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-min {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 78px;
  z-index: 10;
  display: flex;
}
.product-min li {
  margin-right: 12px;
  position: relative;
  width: 56px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  transition: 0.4s;
}
.product-min li:hover,
.product-min li.active {
  border-color: rgba(29, 108, 225, 0.3);
}
.product-min li img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.parameters {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.paramete-title {
  display: block;
  margin-bottom: 24px;
  padding-left: 62px;
  line-height: 1.2;
  color: #555555;
  font-size: 16px;
}
.paremeter-tab {
  width: 100%;
  border-collapse: collapse;
}
.paremeter-tab thead tr th {
  padding-bottom: 16px;
  color: #A7A7A7;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.paremeter-tab thead tr th:nth-child(1) {
  box-sizing: border-box;
  padding-left: 62px;
  width: 11.28%;
}
.paremeter-tab thead tr th:nth-child(2) {
  width: 22%;
}
.paremeter-tab thead tr th:nth-child(3) {
  width: 7.75%;
}
.paremeter-tab thead tr th:nth-child(4) {
  width: 8.8%;
}
.paremeter-tab thead tr th:nth-child(5) {
  width: 10.4%;
}
.paremeter-tab thead tr th:nth-child(6) {
  width: 7.3%;
}
.paremeter-tab thead tr th:nth-child(7) {
  width: 8.1%;
}
.paremeter-tab thead tr th:nth-child(8) {
  width: 7.87%;
}
.paremeter-tab thead tr th:nth-child(9) {
  width: 7.8%;
}
.paremeter-tab tbody tr {
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.paremeter-tab tbody tr:hover td:first-child:before {
  opacity: 1;
  visibility: visible;
}
.paremeter-tab tbody tr td {
  color: #666666;
  font-size: 14px;
  line-height: 35px;
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.paremeter-tab tbody tr td:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(29, 108, 225, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.paremeter-tab tbody tr td:nth-child(1) {
  padding-left: 62px;
}
.paremeter-tab div {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.pro-cs span {
  display: block;
  color: #555555;
  font-size: 14px;
}
td .tableColor{
    position: relative;
    margin: 10px auto;
}
.paremeter-tab img {
  display: block;
  margin-left: 26px;
  max-width: 320px;
}
.parameter-info {
  padding: 20px 0 170px;
}
.paremater-fix {
  margin: auto;
  width: 800px;
  color: #999999;
  font-size: 16px;
  line-height: 1.6;
}
.paremater-fix strong {
  color: #555555;
}
.paremater-fix img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.return-back1 {
  position: absolute;
  right: 39px;
  top: 74px;
  z-index: 20;
  margin-top: 0 !important;
  background: #fff;
}
.paremeter-tab1 thead tr th:nth-child(1) {
  width: 15%;
}
.paremeter-tab1 thead tr th:nth-child(2) {
  width: 15%;
}
.paremeter-tab1 thead tr th:nth-child(3) {
  width: 15%;
}
.paremeter-tab1 thead tr th:nth-child(4) {
  width: 15%;
}
.paremeter-tab1 thead tr th:nth-child(5) {
  width: 15%;
}
.paremeter-tab1 thead tr th:nth-child(6) {
  width: 10%;
}
.paremeter-tab1 thead tr th:nth-child(7) {
  width: 15%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
[contenteditable]:focus {
  outline: none;
  border-color: #c00;
  box-shadow: 0 0 4px rgba(192, 0, 0, 0.5);
}
[contenteditable] {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.return-back-pro{
position: fixed;
    right: 39px;
    top: 74px;
    z-index: 20;
    margin-top: 0 !important;
    background: #fff;
}
.form-item .n-invalid {
  border: 1px solid #c00;
}
.form-item .n-invalid:focus {
  outline: none;
  border-color: #c00;
  box-shadow: 0 0 4px rgba(192, 0, 0, 0.5);
}
.msg-box {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 18px;
}
.sub-menu-toggle{
    display: none;
}
.wp-block-archives{
        margin-bottom: 32px;
    display: flex;
    justify-content: center;
}
.wp-block-archives a {
    display: inline-block;
    margin-right: 46px;
    color: #555555;
    font-size: 32px;
    font-weight: bold;
}
.menu > li.current_page_item > a {
    color: #1D6CE1
}
.menu > li.current_page_item > a:before {
    left: 0;
    right: auto;
    width: 100%;}
.view-top img {
    max-width: 100%;
    height: auto;
    margin: 12px auto;
    text-align: center;
    display: block;
}
  .your-message{
     width: 100%;
  }  
.screen-reader-response{
    display:none;
    overflow:hidden;
    height:0;
}
.wpcf7-not-valid-tip,.wpcf7-response-output{
    color:#cb0504;
    margin-top:8px;
}
.banner-slide figure .baimgphone{
        display: none;
}
.views-inner ol li {
    list-style-type:decimal;
    list-style-position: inside;
}
.event-btn .newnone{
    display:none;
    opacity:0;
}
.event-btn .newshow{
    display:block;
    opacity:1;
}
.pbanner figure {
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.contactadd{
    width: 1200px;
    margin: 0 auto;
    margin-top: 72px;
    border-top: 1px solid #999;
    padding-top: 20px;
}
@media screen and (max-width: 1360px) {
    .contactadd {
        width: 90%;
    }
}
.view-download{
    width: 100%;
    border: 1px solid #dddddd;
    padding: 12px;
}
.view-download:hover{
    background-color: #f1f5f9;
}
